OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_profile_hook
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py
86
_profile_hook
= None
variable
96
global
_profile_hook
97
_profile_hook
= func
803
if
_profile_hook
:
805
_sys.setprofile(
_profile_hook
)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py
86
_profile_hook
= None
variable
96
global
_profile_hook
97
_profile_hook
= func
803
if
_profile_hook
:
805
_sys.setprofile(
_profile_hook
)
[
all
...]
Completed in 717 milliseconds