Home
last modified time | relevance | path

Searched refs:get_variable_presentation (Results 1 – 2 of 2) sorted by relevance

/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_bundle/
H A Dpydevd_process_net_command_json.py334 def get_variable_presentation(setting, default): function
344 default = get_variable_presentation('all', 'group')
346 special_presentation = get_variable_presentation('special', default)
347 function_presentation = get_variable_presentation('function', default)
348 class_presentation = get_variable_presentation('class', default)
349 protected_presentation = get_variable_presentation('protected', default)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_bundle/
H A Dpydevd_process_net_command_json.py339 def get_variable_presentation(setting, default): function
349 default = get_variable_presentation('all', 'group')
351 special_presentation = get_variable_presentation('special', default)
352 function_presentation = get_variable_presentation('function', default)
353 class_presentation = get_variable_presentation('class', default)
354 protected_presentation = get_variable_presentation('protected', default)