Lines Matching refs:None
486 return None
509 …threads = property(get_process_thread_list, None, doc='''A read only property that returns a list(…
510 …thread = property(get_threads_access_object, None, doc='''A read only property that returns an obj…
511 …is_alive = property(__get_is_alive__, None, doc='''A read only property that returns a boolean val…
512 …is_running = property(__get_is_running__, None, doc='''A read only property that returns a boolean…
513 …is_stopped = property(__get_is_stopped__, None, doc='''A read only property that returns a boolean…
514 …id = property(GetProcessID, None, doc='''A read only property that returns the process ID as an in…
515 …target = property(GetTarget, None, doc='''A read only property that an lldb object that represents…
516 …num_threads = property(GetNumThreads, None, doc='''A read only property that returns the number of…
518 …state = property(GetState, None, doc='''A read only property that returns an lldb enumeration valu…
519 …exit_state = property(GetExitStatus, None, doc='''A read only property that returns an exit status…
520 …exit_description = property(GetExitDescription, None, doc='''A read only property that returns an …
521 …broadcaster = property(GetBroadcaster, None, doc='''A read only property that an lldb object that …