Package SPyRO :: Module policies :: Class PublicAllowCall
[hide private]
[frames] | no frames]

Class PublicAllowCall

source code

MixinDenyUnderscore --+
                      |
     MixinAllowCall --+
                      |
       MixinDenyAll --+
                      |
    MixinPublicAuth --+
                      |
                     PublicAllowCall

Allow call methods that does not start with underscore

Instance Methods [hide private]

Inherited from MixinDenyUnderscore (private): _isgood

Inherited from MixinAllowCall: can_call, can_get

Inherited from MixinDenyAll: can_del, can_follow_objname, can_register, can_set

Inherited from MixinPublicAuth (private): _auth