Lines Matching defs:self
24 def __init__(self, version): argument
91 def __init__(self): argument
117 def get_errno(self): argument
123 def str_errno(self): argument
129 def inotify_init(self): argument
132 def inotify_add_watch(self, fd, pathname, mask): argument
138 def inotify_rm_watch(self, fd, wd): argument
143 def __init__(self): argument
147 def init(self): argument
151 def _get_errno(self): argument
154 def _inotify_init(self): argument
162 def _inotify_add_watch(self, fd, pathname, mask): argument
170 def _inotify_rm_watch(self, fd, wd): argument
180 def __init__(self): argument
184 def init(self): argument
215 def _get_errno(self): argument
219 def _inotify_init(self): argument
223 def _inotify_add_watch(self, fd, pathname, mask): argument
233 def _inotify_rm_watch(self, fd, wd): argument
262 def __init__(self, attr): argument
266 def get_val(self): argument
277 def set_val(self, nval): argument
290 def __repr__(self): argument
451 def __init__(self, dict_): argument
461 def __repr__(self): argument
484 def __str__(self): argument
493 def __init__(self, wd, mask, cookie, name): argument
518 def __str__(self): argument
550 def __init__(self, raw): argument
574 def __init__(self, err): argument
586 def __call__(self, event): argument
631 def __repr__(self): argument
645 def __init__(self, wm, notifier): argument
658 def cleanup(self): argument
670 def process_IN_CREATE(self, raw_event): argument
718 def process_IN_MOVED_FROM(self, raw_event): argument
728 def process_IN_MOVED_TO(self, raw_event): argument
758 def process_IN_MOVE_SELF(self, raw_event): argument
800 def process_IN_Q_OVERFLOW(self, raw_event): argument
807 def process_IN_IGNORED(self, raw_event): argument
818 def process_default(self, raw_event, to_append=None): argument
863 def __init__(self, pevent=None, **kargs): argument
878 def my_init(self, **kargs): argument
893 def __call__(self, event): argument
905 def nested_pevent(self): argument
908 def process_IN_Q_OVERFLOW(self, event): argument
924 def process_default(self, event): argument
941 def my_init(self, out=None): argument
950 def process_default(self, event): argument
969 def my_init(self, func): argument
975 def process_default(self, event): argument
983 def my_init(self): argument
991 def process_default(self, event): argument
1004 def _stats_copy(self): argument
1011 def __repr__(self): argument
1034 def dump(self, filename): argument
1047 def __str__(self, scale=45): argument
1069 def __init__(self, err): argument
1082 def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, argument
1138 def append_event(self, event): argument
1147 def proc_fun(self): argument
1150 def coalesce_events(self, coalesce=True): argument
1169 def check_events(self, timeout=None): argument
1201 def read_events(self): argument
1244 def process_events(self): argument
1273 def __daemonize(self, pid_file=None, stdin=os.devnull, stdout=os.devnull, argument
1329 def _sleep(self, ref_time): argument
1338 def loop(self, callback=None, daemonize=False, **args): argument
1384 def stop(self): argument
1407 def __init__(self, watch_manager, default_proc_fun=None, read_freq=0, argument
1445 def stop(self): argument
1457 def loop(self): argument
1476 def run(self): argument
1492 def __init__(self, watch_manager, ioloop, callback=None, argument
1514 def stop(self): argument
1518 def handle_read(self, *args, **kwargs): argument
1535 def __init__(self, watch_manager, loop, callback=None, argument
1555 def stop(self): argument
1559 def handle_read(self, *args, **kwargs): argument
1574 def __init__(self, wd, path, mask, proc_fun, auto_add, exclude_filter): argument
1601 def __repr__(self): argument
1623 def __init__(self, arg_lst): argument
1651 def _load_patterns_from_file(self, filename): argument
1662 def _match(self, regex, path): argument
1665 def __call__(self, path): argument
1684 def __init__(self, msg, wmd): argument
1704 def __init__(self, exclude_filter=lambda path: False): argument
1730 def close(self): argument
1742 def get_fd(self): argument
1751 def get_watch(self, wd): argument
1760 def del_watch(self, wd): argument
1773 def watches(self): argument
1782 def __format_path(self, path): argument
1789 def __add_watch(self, path, mask, proc_fun, auto_add, exclude_filter): argument
1807 def __glob(self, path, do_glob): argument
1813 def add_watch(self, path, mask, proc_fun=None, rec=False, argument
1895 def __get_sub_rec(self, lpath): argument
1930 def update_watch(self, wd, mask=None, proc_fun=None, rec=False, argument
2002 def __format_param(self, param): argument
2015 def get_wd(self, path): argument
2031 def get_path(self, wd): argument
2044 def __walk_rec(self, top, rec): argument
2062 def rm_watch(self, wd, rec=False, quiet=True): argument
2105 def watch_transient_file(self, filename, mask, proc_class): argument
2146 def get_ignore_events(self): argument
2149 def set_ignore_events(self, nval): argument
2160 def __init__(self, format=None): argument
2163 def simple(self, s, attribute): argument
2169 def punctuation(self, s): argument
2173 def field_value(self, s): argument
2177 def field_name(self, s): argument
2181 def class_name(self, s): argument
2191 def __init__(self): argument