MCPcopy Create free account

hub / github.com/Duroktar/Wolf / functions

Functions1,124 in github.com/Duroktar/Wolf

Functionactivate
(sink_path, isatty, encoding, options)
scripts/hunter/remote.py:107
MethodactiveEditor
()
src/api.ts:205
MethodactiveEditorIsDirty
()
src/api.ts:209
Functionadd_metaclass
Class decorator for creating a class with a metaclass.
scripts/six.py:835
Functionadd_move
Add an item to six.moves.
scripts/six.py:492
Functionadvance_iterator
(it)
scripts/six.py:529
Methodas_dict
(self)
scripts/fields/__init__.py:192
Methodas_tuple
(self)
scripts/fields/__init__.py:196
FunctionassertCountEqual
(self, *args, **kwargs)
scripts/six.py:672
FunctionassertRaisesRegex
(self, *args, **kwargs)
scripts/six.py:676
FunctionassertRegex
(self, *args, **kwargs)
scripts/six.py:680
Functionatexit_cleanup
(ref=weakref.ref(_last_tracer))
scripts/hunter/__init__.py:192
Functionb
(s)
scripts/six.py:625
Methodback
(self, back=None, light=False, on_stderr=False)
scripts/colorama/winterm.py:59
Functionbyte2int
(bs)
scripts/six.py:657
FunctionchangedActiveTextEditor
( editor: ActiveTextEditorChangeEventResult )
src/extension.ts:53
FunctionchangedConfiguration
(event: ConfigurationChangeEvent)
src/extension.ts:82
FunctionchangedTextDocument
(event: TextDocumentChangeEvent)
src/extension.ts:76
Functionclear_line
(mode=2)
scripts/colorama/ansi.py:21
Functionclear_screen
(mode=2)
scripts/colorama/ansi.py:18
Methodcode
A code object (not a string).
scripts/hunter/event.py:161
Functioncolorama_text
(*args, **kwargs)
scripts/colorama/initialise.py:59
Methodconfig
()
src/api.ts:213
MethodconfigChanged
()
src/api.ts:217
Methodconstructor
(private _channel: OutputChannel)
src/output.ts:8
Methodconstructor
( public context: ExtensionContext, private _outputController: WolfOutputController, private _deco
src/api.ts:50
Methodconstructor
(public context: ExtensionContext)
src/decorations.ts:39
FunctioncreateTextDocument
(content: string, language?: string)
test/suite/helpers.ts:4
Functioncreate_bound_method
(func, obj)
scripts/six.py:555
Functioncreate_unbound_method
(func, cls)
scripts/six.py:547
Functiondeactivate
()
scripts/hunter/remote.py:124
Methoddecorations
()
src/api.ts:221
Methodfilename
A string with absolute path to file.
scripts/hunter/event.py:132
Methodfind_module
(self, fullname, path=None)
scripts/six.py:184
Methodfore
(self, fore=None, light=False, on_stderr=False)
scripts/colorama/winterm.py:48
Methodfromkeys
(cls, iterable, value=None)
scripts/fields/py2ordereddict.py:111
Methodfullsource
A string with the sourcecode for the current statement (from ``linecache`` - failures are ignored). May include multiple lines if it
scripts/hunter/event.py:181
Methodfunction
A string with function name.
scripts/hunter/event.py:114
Functiongdb_bootstrap
(args, activation_payload, deactivation_payload)
scripts/hunter/remote.py:69
Methodgeneric_visit
(self, node)
scripts/astunparse/printer.py:21
Methodget_code
Return None Required, if is_package is implemented
scripts/six.py:218
Functionget_unbound_function
(unbound)
scripts/six.py:542
Methodglobals
A dict with global variables.
scripts/hunter/event.py:107
Methodhandler
(self)
scripts/hunter/tracer.py:24
MethodhasDecorations
()
src/decorations.ts:117
Functionif
scripts/hunter/_predicates.c:24530
Functionif
scripts/hunter/_event.c:10015
Functionindexbytes
(buf, i)
scripts/six.py:660
Functioninstall
(**kwargs)
scripts/hunter/remote.py:24
MethodisHot
()
src/api.ts:225
Methodis_package
Return true, if the named module is a package. We need this method to get correct spec objects with Python 3.4 (see PEP451)
scripts/six.py:209
Functioniteritems
(d, **kw)
scripts/six.py:586
Functioniterkeys
(d, **kw)
scripts/six.py:580
Functioniterlists
(d, **kw)
scripts/six.py:589
Functionitervalues
(d, **kw)
scripts/six.py:583
Methodlineno
An integer with line number in file.
scripts/hunter/event.py:154
FunctionlistFiles
(directory: string)
test/suite/helpers.ts:24
Methodload_module
(self, fullname)
scripts/six.py:195
Methodlocals
A dict with local variables.
scripts/hunter/event.py:100
Functionmain
()
scripts/hunter/remote.py:141
Functionmanhole_bootstrap
(args, activation_payload, deactivation_payload)
scripts/hunter/remote.py:52
Methodmodule
A string with module name (eg: ``"foo.bar"``).
scripts/hunter/event.py:121
MethodoldLineCount
()
src/api.ts:233
Methodpawprints
()
src/decorations.ts:195
Methodpopitem
(self, last=True)
scripts/fields/py2ordereddict.py:70
Methodprevious
(self)
scripts/hunter/tracer.py:28
MethodprintLogging
()
src/api.ts:241
Functionprint_
The new-style print function for Python 2.4 and 2.5.
scripts/six.py:742
MethodpythonPath
()
src/api.ts:270
Functionpython_2_unicode_compatible
A decorator that defines __unicode__ and __str__ methods under Python 2. Under Python 3 it does nothing. To support Python 2 and 3 with
scripts/six.py:851
Functionraise_from
(value, from_value)
scripts/six.py:736
Functionregex_validation_sealer
Example sealer that just does regex-based validation.
scripts/fields/extras.py:12
Functionreinit
()
scripts/colorama/initialise.py:67
Functionremove_move
Remove item from six.moves.
scripts/six.py:497
Functionreraise
(tp, value, tb=None)
scripts/six.py:687
Functionreset_all
()
scripts/colorama/initialise.py:18
Functionresult_handler
Called by the `trace` function to handle any actions post filter. ie: trace => filter => result_handler Side Effects: Result
scripts/wolf.py:204
MethodrootExtensionDir
()
src/api.ts:245
Functionrun
()
test/suite/index.ts:5
MethodsessionNames
()
src/sessions.ts:27
Methodsessions
()
src/api.ts:252
FunctionsetActiveTextEditor
(editor: vscode.TextEditor)
test/suite/helpers.ts:8
Functionset_title
(title)
scripts/colorama/ansi.py:15
MethodshouldLogErrors
()
src/api.ts:256
MethodshouldShowHotModeWarning
()
src/api.ts:260
Functionsleep
(ms: number)
test/suite/helpers.ts:18
Functionslots_class_sealer
This sealer makes a container class that uses ``__slots__`` (it uses :func:`class_sealer` internally). The resulting class has a metaclass t
scripts/fields/__init__.py:204
Methodsource
A string with the sourcecode for the current line (from ``linecache`` - failures are ignored). Fast but sometimes incomplete.
scripts/hunter/event.py:193
FunctionstartWolf
()
src/extension.ts:37
Methodstdlib
A boolean flag. ``True`` if frame is in stdlib.
scripts/hunter/event.py:168
Methodstream
(self)
scripts/hunter/actions.py:98
Methodstyle
(self, style=None, on_stderr=False)
scripts/colorama/winterm.py:70
Functiontest_base_exception
(snapshot)
scripts/tests/exceptions_test.py:17
Functiontest_basic
(snapshot)
scripts/tests/basic_test.py:11
Functiontest_bug_1
()
scripts/tests/bugs_test.py:13
Functiontest_class
(snapshot)
scripts/tests/class_test.py:20
Functiontest_comprehensions
(snapshot)
scripts/tests/comprehensions_test.py:14
Functiontest_division_by_zero
(snapshot)
scripts/tests/errors_test.py:9
Functiontest_env
(snapshot)
scripts/tests/env_test.py:11
Functiontest_etc
(snapshot)
scripts/tests/etc_test.py:21
← previousnext →1,001–1,100 of 1,124, ranked by callers