HomeSort by relevance Sort by last modified time
    Searched refs:LambdaType (Results 1 - 17 of 17) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 44 LambdaType = type(lambda: None) # Same as FunctionType
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
types.py 44 LambdaType = type(lambda: None) # Same as FunctionType
  /external/python/cpython2/Lib/
types.py 44 LambdaType = type(lambda: None) # Same as FunctionType
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 44 LambdaType = type(lambda: None) # Same as FunctionType
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 44 LambdaType = type(lambda: None) # Same as FunctionType
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 44 LambdaType = type(lambda: None) # Same as FunctionType
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 44 LambdaType = type(lambda: None) # Same as FunctionType
  /external/python/cpython2/Lib/idlelib/
CallTips.py 179 if type(fob) in [types.FunctionType, types.LambdaType]:
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
CallTips.py 154 if type(fob) in [types.FunctionType, types.LambdaType]:
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
CallTips.py 154 if type(fob) in [types.FunctionType, types.LambdaType]:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 154 if type(fob) in [types.FunctionType, types.LambdaType]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 154 if type(fob) in [types.FunctionType, types.LambdaType]:
  /external/python/cpython2/Lib/lib-tk/
turtle.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]

Completed in 3010 milliseconds