Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
I
inary
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
1
Konular (issue)
1
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
SulinOS
inary
Commits
37fb6c02
Kaydet (Commit)
37fb6c02
authored
Eki 11, 2005
tarafından
Barış Metin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add missing coding lines.
üst
0c5b318d
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
34 additions
and
2 deletions
+34
-2
__init__.py
pisi/__init__.py
+2
-0
__init__.py
pisi/actionsapi/__init__.py
+2
-0
api.py
pisi/api.py
+2
-0
__init__.py
pisi/cli/__init__.py
+2
-0
colors.py
pisi/cli/colors.py
+2
-0
data.py
pisi/data.py
+2
-0
dependency.py
pisi/dependency.py
+2
-0
files.py
pisi/files.py
+2
-0
graph.py
pisi/graph.py
+2
-0
metadata.py
pisi/metadata.py
+2
-0
oo.py
pisi/oo.py
+2
-1
operations.py
pisi/operations.py
+2
-0
pgraph.py
pisi/pgraph.py
+2
-0
repodb.py
pisi/repodb.py
+2
-0
ui.py
pisi/ui.py
+2
-0
uri.py
pisi/uri.py
+2
-0
version.py
pisi/version.py
+2
-0
xmlfile.py
pisi/xmlfile.py
+0
-1
No files found.
pisi/__init__.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/actionsapi/__init__.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/api.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/cli/__init__.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/cli/colors.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/data.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/dependency.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/files.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/graph.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/metadata.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/oo.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Guido's cool metaclass examples. fair use. ahahah.
# I find these quite handy. Use them :)
...
...
pisi/operations.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/pgraph.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/repodb.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/ui.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/uri.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/version.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
# This program is free software; you can redistribute it and/or modify it under
...
...
pisi/xmlfile.py
Dosyayı görüntüle @
37fb6c02
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
#
# Copyright (C) 2005, TUBITAK/UEKAE
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment