Action

class ompy.Action(base='Matrix')[source]

Bases: object

Allows for delayed method calls

Methods Summary

__call__(target)

Call self as a function.

act_on(target)

rtype:

List[Any]

curry(**kwargs)

map(collection)

rtype:

List[List[Any]]

patch(base)

Methods Documentation

__call__(target)[source]

Call self as a function.

Return type:

None

act_on(target)[source]
Return type:

List[Any]

curry(**kwargs)[source]
map(collection)[source]
Return type:

List[List[Any]]

patch(base)[source]