Skip to content

novaphy.is_scaffold

Returns True when a NovaPhy symbol is a scaffold placeholder — i.e. a public name that exists for API completeness but whose implementation is not yet fully wired.

def is_scaffold(obj) -> bool

Example

import novaphy
assert not novaphy.is_scaffold(novaphy.Model)

See Also