Source code for synergine.core.Test

[docs]class Test: def __init__(self): self.foo = 'bar' """A foo bar instance attribute !"""