element_pair

class granoo3.lib.element_pair

Bases: granoo3.lib.base

utility class that makes (un-mechanical) pairs between to element

Methods Summary

element1(arg1)

get the first element

element2(arg1)

get the second element

new(arg1, arg2)

build new object

Methods Documentation

element1((element_pair)arg1) element[STATIC]

get the first element

element2((element_pair)arg1) element[STATIC]

get the second element

static new((element)arg1, (element)arg2) element_pair[STATIC]

build new object