Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Duroktar/Wolf
/ functions
Functions
1,124 in github.com/Duroktar/Wolf
⨍
Functions
1,124
◇
Types & classes
121
Function
activate
(sink_path, isatty, encoding, options)
scripts/hunter/remote.py:107
Method
activeEditor
()
src/api.ts:205
Method
activeEditorIsDirty
()
src/api.ts:209
Function
add_metaclass
Class decorator for creating a class with a metaclass.
scripts/six.py:835
Function
add_move
Add an item to six.moves.
scripts/six.py:492
Function
advance_iterator
(it)
scripts/six.py:529
Method
as_dict
(self)
scripts/fields/__init__.py:192
Method
as_tuple
(self)
scripts/fields/__init__.py:196
Function
assertCountEqual
(self, *args, **kwargs)
scripts/six.py:672
Function
assertRaisesRegex
(self, *args, **kwargs)
scripts/six.py:676
Function
assertRegex
(self, *args, **kwargs)
scripts/six.py:680
Function
atexit_cleanup
(ref=weakref.ref(_last_tracer))
scripts/hunter/__init__.py:192
Function
b
(s)
scripts/six.py:625
Method
back
(self, back=None, light=False, on_stderr=False)
scripts/colorama/winterm.py:59
Function
byte2int
(bs)
scripts/six.py:657
Function
changedActiveTextEditor
( editor: ActiveTextEditorChangeEventResult )
src/extension.ts:53
Function
changedConfiguration
(event: ConfigurationChangeEvent)
src/extension.ts:82
Function
changedTextDocument
(event: TextDocumentChangeEvent)
src/extension.ts:76
Function
clear_line
(mode=2)
scripts/colorama/ansi.py:21
Function
clear_screen
(mode=2)
scripts/colorama/ansi.py:18
Method
code
A code object (not a string).
scripts/hunter/event.py:161
Function
colorama_text
(*args, **kwargs)
scripts/colorama/initialise.py:59
Method
config
()
src/api.ts:213
Method
configChanged
()
src/api.ts:217
Method
constructor
(private _channel: OutputChannel)
src/output.ts:8
Method
constructor
( public context: ExtensionContext, private _outputController: WolfOutputController, private _deco
src/api.ts:50
Method
constructor
(public context: ExtensionContext)
src/decorations.ts:39
Function
createTextDocument
(content: string, language?: string)
test/suite/helpers.ts:4
Function
create_bound_method
(func, obj)
scripts/six.py:555
Function
create_unbound_method
(func, cls)
scripts/six.py:547
Function
deactivate
()
scripts/hunter/remote.py:124
Method
decorations
()
src/api.ts:221
Method
filename
A string with absolute path to file.
scripts/hunter/event.py:132
Method
find_module
(self, fullname, path=None)
scripts/six.py:184
Method
fore
(self, fore=None, light=False, on_stderr=False)
scripts/colorama/winterm.py:48
Method
fromkeys
(cls, iterable, value=None)
scripts/fields/py2ordereddict.py:111
Method
fullsource
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
Method
function
A string with function name.
scripts/hunter/event.py:114
Function
gdb_bootstrap
(args, activation_payload, deactivation_payload)
scripts/hunter/remote.py:69
Method
generic_visit
(self, node)
scripts/astunparse/printer.py:21
Method
get_code
Return None Required, if is_package is implemented
scripts/six.py:218
Function
get_unbound_function
(unbound)
scripts/six.py:542
Method
globals
A dict with global variables.
scripts/hunter/event.py:107
Method
handler
(self)
scripts/hunter/tracer.py:24
Method
hasDecorations
()
src/decorations.ts:117
Function
if
scripts/hunter/_predicates.c:24530
Function
if
scripts/hunter/_event.c:10015
Function
indexbytes
(buf, i)
scripts/six.py:660
Function
install
(**kwargs)
scripts/hunter/remote.py:24
Method
isHot
()
src/api.ts:225
Method
is_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
Function
iteritems
(d, **kw)
scripts/six.py:586
Function
iterkeys
(d, **kw)
scripts/six.py:580
Function
iterlists
(d, **kw)
scripts/six.py:589
Function
itervalues
(d, **kw)
scripts/six.py:583
Method
lineno
An integer with line number in file.
scripts/hunter/event.py:154
Function
listFiles
(directory: string)
test/suite/helpers.ts:24
Method
load_module
(self, fullname)
scripts/six.py:195
Method
locals
A dict with local variables.
scripts/hunter/event.py:100
Function
main
()
scripts/hunter/remote.py:141
Function
manhole_bootstrap
(args, activation_payload, deactivation_payload)
scripts/hunter/remote.py:52
Method
module
A string with module name (eg: ``"foo.bar"``).
scripts/hunter/event.py:121
Method
oldLineCount
()
src/api.ts:233
Method
pawprints
()
src/decorations.ts:195
Method
popitem
(self, last=True)
scripts/fields/py2ordereddict.py:70
Method
previous
(self)
scripts/hunter/tracer.py:28
Method
printLogging
()
src/api.ts:241
Function
print_
The new-style print function for Python 2.4 and 2.5.
scripts/six.py:742
Method
pythonPath
()
src/api.ts:270
Function
python_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
Function
raise_from
(value, from_value)
scripts/six.py:736
Function
regex_validation_sealer
Example sealer that just does regex-based validation.
scripts/fields/extras.py:12
Function
reinit
()
scripts/colorama/initialise.py:67
Function
remove_move
Remove item from six.moves.
scripts/six.py:497
Function
reraise
(tp, value, tb=None)
scripts/six.py:687
Function
reset_all
()
scripts/colorama/initialise.py:18
Function
result_handler
Called by the `trace` function to handle any actions post filter. ie: trace => filter => result_handler Side Effects: Result
scripts/wolf.py:204
Method
rootExtensionDir
()
src/api.ts:245
Function
run
()
test/suite/index.ts:5
Method
sessionNames
()
src/sessions.ts:27
Method
sessions
()
src/api.ts:252
Function
setActiveTextEditor
(editor: vscode.TextEditor)
test/suite/helpers.ts:8
Function
set_title
(title)
scripts/colorama/ansi.py:15
Method
shouldLogErrors
()
src/api.ts:256
Method
shouldShowHotModeWarning
()
src/api.ts:260
Function
sleep
(ms: number)
test/suite/helpers.ts:18
Function
slots_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
Method
source
A string with the sourcecode for the current line (from ``linecache`` - failures are ignored). Fast but sometimes incomplete.
scripts/hunter/event.py:193
Function
startWolf
()
src/extension.ts:37
Method
stdlib
A boolean flag. ``True`` if frame is in stdlib.
scripts/hunter/event.py:168
Method
stream
(self)
scripts/hunter/actions.py:98
Method
style
(self, style=None, on_stderr=False)
scripts/colorama/winterm.py:70
Function
test_base_exception
(snapshot)
scripts/tests/exceptions_test.py:17
Function
test_basic
(snapshot)
scripts/tests/basic_test.py:11
Function
test_bug_1
()
scripts/tests/bugs_test.py:13
Function
test_class
(snapshot)
scripts/tests/class_test.py:20
Function
test_comprehensions
(snapshot)
scripts/tests/comprehensions_test.py:14
Function
test_division_by_zero
(snapshot)
scripts/tests/errors_test.py:9
Function
test_env
(snapshot)
scripts/tests/env_test.py:11
Function
test_etc
(snapshot)
scripts/tests/etc_test.py:21
← previous
next →
1,001–1,100 of 1,124, ranked by callers