s.w.WorkingCopy : class documentation

Part of subvertpy.wc View In Hierarchy

No class docstring
Method get_prop_diffs S.get_prop_diffs(path) -> (propchanges, originalprops)
Method locked S.locked() -> bool
Method __new__ T.__new__(S, ...) -> a new object with type S, a subtype of T
Method prop_set S.prop_set(name, value, path, skip_checks=False)
Method get_update_editor Undocumented
Method prop_get S.prop_get(name, path) -> value
Method copy S.copy(src_path, dest_path, cancel_func=None, notify_func=None
Method crawl_revisions S.crawl_revisions(path, reporter, restore_files=True, recurse=True, use_commit_times=True, notify_func=None) -> None
Method add S.add(path, copyfrom_url=None, copyfrom_rev=-1, cancel_func=None, notify_func=None)
Method entries_read S.entries_read(include_hidden=False) -> dict
Method entry s.entry(path, show_hidden=False) -> entry
Method close S.close()
Method remove_lock S.remove_lock(path)
Method access_path S.access_path() -> path
Method walk_entries S.walk_entries(path, callback, show_hidden=False, cancel_func=None)
Method process_committed S.process_committed(path, recurse, new_revnum, rev_date, rev_author, wcprop_changes=None, remove_lock=False, digest=None)
Method delete S.delete(path, cancel_func=None, notify_func=None, keep_local=False)
def get_prop_diffs():
S.get_prop_diffs(path) -> (propchanges, originalprops)
def locked():
S.locked() -> bool
def __new__():
T.__new__(S, ...) -> a new object with type S, a subtype of T
def prop_set():
S.prop_set(name, value, path, skip_checks=False)
def get_update_editor():
Undocumented
def prop_get():
S.prop_get(name, path) -> value
def copy():
S.copy(src_path, dest_path, cancel_func=None, notify_func=None
def crawl_revisions():
S.crawl_revisions(path, reporter, restore_files=True, recurse=True, use_commit_times=True, notify_func=None) -> None
def add():
S.add(path, copyfrom_url=None, copyfrom_rev=-1, cancel_func=None, notify_func=None)
def entries_read():
S.entries_read(include_hidden=False) -> dict
def entry():
s.entry(path, show_hidden=False) -> entry
def close():
S.close()
def remove_lock():
S.remove_lock(path)
def access_path():
S.access_path() -> path Returns the base path for this working copy handle.
def walk_entries():
S.walk_entries(path, callback, show_hidden=False, cancel_func=None) callback should be a function that takes a path and a wc entry
def process_committed():
S.process_committed(path, recurse, new_revnum, rev_date, rev_author, wcprop_changes=None, remove_lock=False, digest=None)
def delete():
S.delete(path, cancel_func=None, notify_func=None, keep_local=False)
API Documentation for subvertpy, generated by pydoctor at 2010-12-01 16:04:34.