openssh_key.utilsΒΆ

Utility classes and methods.

Functions

is_abstract(cls)

Returns whether cls is an abstract class.

Classes

readonly_static_property(getter)

A static property that calls the first method in an object's MRO of the same name as that of the provided method.