Home
last modified time | relevance | path

Searched refs:create_operator_decorator (Results 1 – 10 of 10) sorted by relevance

/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/examples/
H A Dcustom-vi-operator-and-text-object.py9 from prompt_toolkit.key_binding.bindings.vi import create_operator_decorator, create_text_object_de…
19 operator = create_operator_decorator(registry)
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/examples/prompts/
H A Dcustom-vi-operator-and-text-object.py13 create_operator_decorator,
24 operator = create_operator_decorator(bindings)
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/examples/prompts/
H A Dcustom-vi-operator-and-text-object.py11 create_operator_decorator,
22 operator = create_operator_decorator(bindings)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/interactive/
H A Dbindings_vi.py25 from prompt_toolkit.key_binding.bindings.vi import create_operator_decorator
41 operator = create_operator_decorator(registry)
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/key_binding/bindings/
H A Dvi.py257 def create_operator_decorator(key_bindings): function
939 operator = create_operator_decorator(key_bindings)
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/key_binding/bindings/
H A Dvi.py257 def create_operator_decorator(key_bindings): function
939 operator = create_operator_decorator(key_bindings)
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/key_binding/bindings/
H A Dvi.py298 def create_operator_decorator( function
1069 operator = create_operator_decorator(key_bindings)
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/key_binding/bindings/
H A Dvi.py233 def create_operator_decorator(registry): function
913 operator = create_operator_decorator(registry)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/key_binding/bindings/
H A Dvi.py233 def create_operator_decorator(registry): function
913 operator = create_operator_decorator(registry)
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/
H A DCHANGELOG98 - Extracted the Vi `create_operator_decorator` and