Returns true if the Contract is a library, false otherwise.
Last updated 4 months ago
is_lib() → bool
from glider import * def query(): libs = Contracts().exec(10).filter(lambda x: x.is_lib()) return libs