[ Avaa Bypassed ]




Upload:

Command:

www-data@3.22.241.171: ~ $
****************
Named operations
****************

launchpadlib can transparently determine the size of the list even
when the size is not directly provided, but is only available through
a link.

    >>> from launchpadlib.testing.helpers import salgado_with_full_permissions
    >>> launchpad = salgado_with_full_permissions.login(version="devel")

    >>> results = launchpad.people.find(text='s')
    >>> 'total_size' in results._wadl_resource.representation.keys()
    False
    >>> 'total_size_link' in results._wadl_resource.representation.keys()
    True
    >>> len(results) > 1
    True

Of course, launchpadlib can also determine the size when the size _is_
directly provided.

    >>> results = launchpad.people.find(text='salgado')
    >>> 'total_size' in results._wadl_resource.representation.keys()
    True
    >>> len(results) == 1
    True

Filemanager

Name Type Size Permission Actions
files Folder 0755
Makefile File 609 B 0644
command-line.rst File 1.16 KB 0644
conf.py.gz File 2.11 KB 0644
hosted-files.rst File 2.86 KB 0644
index.rst File 900 B 0644
introduction.rst.gz File 3.51 KB 0644
operations.rst File 858 B 0644
people.rst.gz File 1.97 KB 0644
toplevel.rst File 3.27 KB 0644