예제 #1
0
파일: formatter.py 프로젝트: lqhuang/mode
 def label(self, obj: _T) -> str:
     return label(obj)
예제 #2
0
def test_label_pass():
    s = "foo"
    assert label(s) is s
예제 #3
0
def test_label_pass():
    s = 'foo'
    assert label(s) is s