MCPcopy Index your code
hub / github.com/ZeroIntensity/pointers.py / InvalidBindingParameter

Class InvalidBindingParameter

src/pointers/exceptions.py:30–31  ·  view source on GitHub ↗

Raised when an invalid type is passed to a binding.

Source from the content-addressed store, hash-verified

28
29
30class InvalidBindingParameter(Exception):
31 """Raised when an invalid type is passed to a binding."""
32
33
34class NullPointerError(Exception):

Callers 3

_process_argsFunction · 0.85
make_stringFunction · 0.85
make_charFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected