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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 141 fob = _find_constructor(ob)
142 if fob is None:
143 fob = lambda: None
149 fob = ob.im_func
152 fob = ob
154 if type(fob) in [types.FunctionType, types.LambdaType]:
155 argcount = fob.func_code.co_argcount
156 real_args = fob.func_code.co_varnames[arg_offset:argcount]
157 defaults = fob.func_defaults or []
161 if fob.func_code.co_flags & 0x4
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
CallTips.py 141 fob = _find_constructor(ob)
142 if fob is None:
143 fob = lambda: None
149 fob = ob.im_func
152 fob = ob
154 if type(fob) in [types.FunctionType, types.LambdaType]:
155 argcount = fob.func_code.co_argcount
156 real_args = fob.func_code.co_varnames[arg_offset:argcount]
157 defaults = fob.func_defaults or []
161 if fob.func_code.co_flags & 0x4
    [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 565 milliseconds