MCPcopy Create free account

hub / github.com/JacobCallahan/Understanding / functions

Functions184 in github.com/JacobCallahan/Understanding

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
Functionadd_attributes
This decorator adds specified attributes to a function
Python/decorators/decorators.py:35
Methodarea
(self)
Python/abstract_base_classes/abcs.py:8
Methodarea
(self)
Python/abstract_base_classes/abcs.py:21
Methodarea
(self)
Python/abstract_base_classes/abcs.py:34
Methodb
(self)
Python/namedtuples/inheritance.py:15
Functionbrute_force_gen
()
Python/generators/generators.py:46
Functionbrute_force_list
()
Python/generators/generators.py:36
Functionchange_default
This decorator changes the default value of a single-argument function
Python/decorators/decorators.py:8
Functioncompute_task
Perform a "computationally intensive" task ;)
Python/multiprocessing/concurrent_queues.py:8
Functiondecorator
(func)
Python/decorators/decorators.py:37
Functiondeprecate
This decorator stops a function from running and prints a message
Python/decorators/decorators.py:21
Functiondownload_file
(url, filename)
Python/threading/downloader.py:6
Functionexample_func
(self)
Python/metaclasses/exploring.py:59
Methodexample_func
(self)
Python/metaclasses/metaclasses.py:55
Methodexample_func
(self)
Python/metaclasses/exploring.py:20
Functionexpensive_resource
()
Python/context_managers/context.py:56
Functionfind_primes
Find all prime numbers in a list.
Python/multiprocessing/mutli_pool.py:20
Methodfixture_manager
Find references to pytest's FixtureManager or raise and exception
Python/halloween_special/my_app/ssshhh.py:11
Methodg
(self)
Python/namedtuples/inheritance.py:11
Functiongen_list
(stop)
Python/generators/generators.py:11
Functionget_better_killer
(session_killer)
Python/halloween_special/tests/helpers.py:6
Functionget_by_type
(p_type)
Python/structural_pattern_matching/json_data.py:43
Functionget_status
(url)
Python/threading/site_status.py:12
Functionget_worse_killer
(session_killer)
Python/halloween_special/tests/helpers.py:16
Methodhex
(self)
Python/namedtuples/inheritance.py:19
Functioninit
(self, **kwargs)
Python/metaclasses/exploring.py:54
Functionkiller_battle
(k1, k2)
Python/halloween_special/my_app/helpers.py:19
Functionmake_list
(stop)
Python/generators/generators.py:4
Methodnew_func
(self)
Python/metaclasses/no_override.py:19
Functionno_change
()
Python/variables/variables.py:39
Functionno_out_change
()
Python/variables/variables.py:48
Functionnothing
(*args, **kwargs)
Python/decorators/decorators.py:23
Methodperimeter
(self)
Python/abstract_base_classes/abcs.py:12
Methodperimeter
(self)
Python/abstract_base_classes/abcs.py:24
Methodperimeter
(self)
Python/abstract_base_classes/abcs.py:37
Functionprint_age
(min_sleep, max_sleep)
Python/threading/intro.py:11
Methodprint_cls
(self)
Python/inheritance/inheritance.py:42
Functionprint_names
()
Python/threading/intro.py:6
Methodr
(self)
Python/namedtuples/inheritance.py:7
Methodrando
(self)
Python/basic_classes/classes.py:22
Functionrandom_pair
()
Python/halloween_special/my_app/helpers.py:27
Methodregister
(cls, plugin)
Python/abstract_base_classes/abc_plugin.py:20
Methodresolve_fixtures
Find and fill the values for fixtures in the caller's argpsec
Python/halloween_special/my_app/ssshhh.py:27
Functionreturn_type
(ret_type)
Python/decorators/decorators.py:53
Functionrunner
(*args, **kwargs)
Python/decorators/decorators.py:55
Functionsession_killer
()
Python/halloween_special/tests/test_app.py:6
Functionsquare_sum
Calculate the sum of squares of a list of numbers.
Python/multiprocessing/intro.py:4
Methodstart
(self)
Python/abstract_base_classes/abc_plugin.py:32
Methodstart
(self)
Python/abstract_base_classes/abc_plugin.py:68
Methodstart_all
(cls)
Python/abstract_base_classes/abc_plugin.py:44
Methodstatus
(self)
Python/abstract_base_classes/abc_plugin.py:40
Methodstatus
(self)
Python/abstract_base_classes/abc_plugin.py:62
Methodstatus
(self)
Python/abstract_base_classes/abc_plugin.py:74
Methodstop
(self)
Python/abstract_base_classes/abc_plugin.py:36
Methodstop
(self)
Python/abstract_base_classes/abc_plugin.py:71
Methodstop_all
(cls)
Python/abstract_base_classes/abc_plugin.py:49
Methodtest_func
(self)
Python/metaclasses/no_override.py:13
Methodtest_func
(self)
Python/metaclasses/no_override.py:25
Functiontest_losing_message
(session_killer)
Python/halloween_special/tests/test_app.py:17
Functiontest_winning_message
(session_killer)
Python/halloween_special/tests/test_app.py:10
Functionthread1
()
Python/threading/deadlocker.py:7
Functionthread2
()
Python/threading/deadlocker.py:15
Functionto_point
(x, y=None, z=None)
Python/map_filter/map_filter.py:39
Methoduse_fixtures
Decorator that resolves the fixtures in a function's argspec
Python/halloween_special/my_app/ssshhh.py:34
Methodwrapper
(*args, **kwargs)
Python/halloween_special/my_app/ssshhh.py:42
Functionyes_change
()
Python/variables/variables.py:43
Functionyes_out_change
()
Python/variables/variables.py:62
Methodzeta
(self)
Python/descriptors/descriptors.py:59
← previous101–184 of 184, ranked by callers