Click.InstalledPackage

g Click.InstalledPackage Click.InstalledPackage GObject.GInterface GObject.GInterface Gee.Hashable Gee.Hashable GObject.GInterface->Gee.Hashable GObject.Object GObject.Object GObject.Object->Click.InstalledPackage Gee.Hashable->Click.InstalledPackage

Subclasses:

None

Methods

Inherited:

GObject.Object (37), Gee.Hashable (2)

Structs:

GObject.ObjectClass (5)

class

new (package, version, path, writeable)

get_package ()

get_path ()

get_version ()

get_writeable ()

Virtual Methods

Inherited:

GObject.Object (7), Gee.Hashable (2)

Properties

Name

Type

Flags

Short Description

package

str

r/w/co

package

path

str

r/w/co

path

version

str

r/w/co

version

writeable

bool

r/w/co

writeable

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent_instance

GObject.Object

r

Class Details

class Click.InstalledPackage(**kwargs)
Bases:

GObject.Object, Gee.Hashable

Abstract:

No

Structure:

Click.InstalledPackageClass

classmethod new(package, version, path, writeable)
Parameters:
  • package (str) –

  • version (str) –

  • path (str) –

  • writeable (bool) –

Return type:

Click.InstalledPackage

get_package()
Return type:

str

get_path()
Return type:

str

get_version()
Return type:

str

get_writeable()
Return type:

bool

Property Details

Click.InstalledPackage.props.package
Name:

package

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

package

Click.InstalledPackage.props.path
Name:

path

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

path

Click.InstalledPackage.props.version
Name:

version

Type:

str

Default Value:

None

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

version

Click.InstalledPackage.props.writeable
Name:

writeable

Type:

bool

Default Value:

True

Flags:

READABLE, WRITABLE, CONSTRUCT_ONLY

writeable