Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disallow binding on runtime #3

Open
AlTosterino opened this issue Mar 29, 2024 · 1 comment
Open

Disallow binding on runtime #3

AlTosterino opened this issue Mar 29, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@AlTosterino
Copy link
Owner

Add possibility to disallow binding on runtime by argument

e.g. lidi = Lidi(disallow_runtime_binding=True

@AlTosterino AlTosterino added enhancement New feature or request good first issue Good for newcomers labels Mar 29, 2024
@AlTosterino
Copy link
Owner Author

Maybe it's even better to set lidi container state as not bindable, e.g.:

lidi = Lidi()
lidi.bind(..., ...)
lidi.set_unbindable() # or other name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant