コード例 #1
0
ファイル: cudatext.py プロジェクト: Patiencer/CudaText
def ed_group(n):
    h = ct.ed_group(n)
    if h:
        return Editor(h)
コード例 #2
0
ファイル: cudatext.py プロジェクト: Alexey-T/CudaText
def ed_group(n):
    h = ct.ed_group(n)
    if h:
        return Editor(h)