def test():
.._func = "test"

class Test():
..def tes(self):
...._func = "test"

ですか?

def test():
..func = "test"

class Test():
..def tes(self):
...._func = "test"

ですか?