Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JacobCallahan/Understanding
/ functions
Functions
184 in github.com/JacobCallahan/Understanding
⨍
Functions
184
◇
Types & classes
42
↳
Endpoints
1
Method
__iter__
(self)
Python/iterators/iterators.py:16
Method
__iter__
(self)
Python/iterators/iterators.py:36
Method
__lt__
(self, obj)
Python/magic_methods/magic_methods.py:35
Method
__new__
(meta, name, bases, attrs)
Python/metaclasses/no_override.py:3
Method
__new__
(meta, name, bases, attrs)
Python/metaclasses/autoslots.py:5
Method
__new__
(meta, name, bases, attrs)
Python/metaclasses/metaclasses.py:13
Method
__new__
(cls, *args, **kwargs)
Python/metaclasses/exploring.py:8
Method
__new__
Add singleton pattern to plugin classes
Python/abstract_base_classes/abc_plugin.py:10
Method
__next__
(self)
Python/iterators/iterators.py:21
Method
__next__
(self)
Python/iterators/iterators.py:40
Method
__repr__
(self)
Python/inheritance/inheritance.py:36
Method
__repr__
(self)
Python/magic_methods/magic_methods.py:11
Method
__repr__
(self)
Python/magic_methods/magic_methods.py:26
Method
__set__
(self, obj, value)
Python/descriptors/descriptors.py:24
Method
__set__
(self, obj, value)
Python/descriptors/descriptors.py:42
Method
__set_name__
(self, owner, name)
Python/descriptors/descriptors.py:14
Function
add_attributes
This decorator adds specified attributes to a function
Python/decorators/decorators.py:35
Method
area
(self)
Python/abstract_base_classes/abcs.py:8
Method
area
(self)
Python/abstract_base_classes/abcs.py:21
Method
area
(self)
Python/abstract_base_classes/abcs.py:34
Method
b
(self)
Python/namedtuples/inheritance.py:15
Function
brute_force_gen
()
Python/generators/generators.py:46
Function
brute_force_list
()
Python/generators/generators.py:36
Function
change_default
This decorator changes the default value of a single-argument function
Python/decorators/decorators.py:8
Function
compute_task
Perform a "computationally intensive" task ;)
Python/multiprocessing/concurrent_queues.py:8
Function
decorator
(func)
Python/decorators/decorators.py:37
Function
deprecate
This decorator stops a function from running and prints a message
Python/decorators/decorators.py:21
Function
download_file
(url, filename)
Python/threading/downloader.py:6
Function
example_func
(self)
Python/metaclasses/exploring.py:59
Method
example_func
(self)
Python/metaclasses/metaclasses.py:55
Method
example_func
(self)
Python/metaclasses/exploring.py:20
Function
expensive_resource
()
Python/context_managers/context.py:56
Function
find_primes
Find all prime numbers in a list.
Python/multiprocessing/mutli_pool.py:20
Method
fixture_manager
Find references to pytest's FixtureManager or raise and exception
Python/halloween_special/my_app/ssshhh.py:11
Method
g
(self)
Python/namedtuples/inheritance.py:11
Function
gen_list
(stop)
Python/generators/generators.py:11
Function
get_better_killer
(session_killer)
Python/halloween_special/tests/helpers.py:6
Function
get_by_type
(p_type)
Python/structural_pattern_matching/json_data.py:43
Function
get_status
(url)
Python/threading/site_status.py:12
Function
get_worse_killer
(session_killer)
Python/halloween_special/tests/helpers.py:16
Method
hex
(self)
Python/namedtuples/inheritance.py:19
Function
init
(self, **kwargs)
Python/metaclasses/exploring.py:54
Function
killer_battle
(k1, k2)
Python/halloween_special/my_app/helpers.py:19
Function
make_list
(stop)
Python/generators/generators.py:4
Method
new_func
(self)
Python/metaclasses/no_override.py:19
Function
no_change
()
Python/variables/variables.py:39
Function
no_out_change
()
Python/variables/variables.py:48
Function
nothing
(*args, **kwargs)
Python/decorators/decorators.py:23
Method
perimeter
(self)
Python/abstract_base_classes/abcs.py:12
Method
perimeter
(self)
Python/abstract_base_classes/abcs.py:24
Method
perimeter
(self)
Python/abstract_base_classes/abcs.py:37
Function
print_age
(min_sleep, max_sleep)
Python/threading/intro.py:11
Method
print_cls
(self)
Python/inheritance/inheritance.py:42
Function
print_names
()
Python/threading/intro.py:6
Method
r
(self)
Python/namedtuples/inheritance.py:7
Method
rando
(self)
Python/basic_classes/classes.py:22
Function
random_pair
()
Python/halloween_special/my_app/helpers.py:27
Method
register
(cls, plugin)
Python/abstract_base_classes/abc_plugin.py:20
Method
resolve_fixtures
Find and fill the values for fixtures in the caller's argpsec
Python/halloween_special/my_app/ssshhh.py:27
Function
return_type
(ret_type)
Python/decorators/decorators.py:53
Function
runner
(*args, **kwargs)
Python/decorators/decorators.py:55
Function
session_killer
()
Python/halloween_special/tests/test_app.py:6
Function
square_sum
Calculate the sum of squares of a list of numbers.
Python/multiprocessing/intro.py:4
Method
start
(self)
Python/abstract_base_classes/abc_plugin.py:32
Method
start
(self)
Python/abstract_base_classes/abc_plugin.py:68
Method
start_all
(cls)
Python/abstract_base_classes/abc_plugin.py:44
Method
status
(self)
Python/abstract_base_classes/abc_plugin.py:40
Method
status
(self)
Python/abstract_base_classes/abc_plugin.py:62
Method
status
(self)
Python/abstract_base_classes/abc_plugin.py:74
Method
stop
(self)
Python/abstract_base_classes/abc_plugin.py:36
Method
stop
(self)
Python/abstract_base_classes/abc_plugin.py:71
Method
stop_all
(cls)
Python/abstract_base_classes/abc_plugin.py:49
Method
test_func
(self)
Python/metaclasses/no_override.py:13
Method
test_func
(self)
Python/metaclasses/no_override.py:25
Function
test_losing_message
(session_killer)
Python/halloween_special/tests/test_app.py:17
Function
test_winning_message
(session_killer)
Python/halloween_special/tests/test_app.py:10
Function
thread1
()
Python/threading/deadlocker.py:7
Function
thread2
()
Python/threading/deadlocker.py:15
Function
to_point
(x, y=None, z=None)
Python/map_filter/map_filter.py:39
Method
use_fixtures
Decorator that resolves the fixtures in a function's argspec
Python/halloween_special/my_app/ssshhh.py:34
Method
wrapper
(*args, **kwargs)
Python/halloween_special/my_app/ssshhh.py:42
Function
yes_change
()
Python/variables/variables.py:43
Function
yes_out_change
()
Python/variables/variables.py:62
Method
zeta
(self)
Python/descriptors/descriptors.py:59
← previous
101–184 of 184, ranked by callers