| |
Methods defined here:
- __cmp__(self, other)
- __getattr__(self, name)
- __init__(self, url, page_set, attributes=None, base_dir=None)
- __lt__(self, other)
- __str__(self)
Data descriptors defined here:
- __dict__
- dictionary for instance variables (if defined)
- __weakref__
- list of weak references to the object (if defined)
- archive_path
- display_name
- file_path
- Returns the path of the file, stripping the scheme and query string.
- file_path_url
- Returns the file path, including the params, query, and fragment.
- file_safe_name
- A version of display_name that's safe to use as a filename.
- is_file
- Returns True iff this URL points to a file.
- is_local
- Returns True iff this URL is local. This includes chrome:// URLs.
- serving_dir
|