Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
A
astor
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)
0
Konular (issue)
0
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ç
Batuhan Osman TASKAYA
astor
Commits
2a17f64f
Kaydet (Commit)
2a17f64f
authored
Nis 22, 2017
tarafından
Patrick Maupin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Modify index.rst for better github display
üst
cdc2c2c4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
1 deletion
+21
-1
index.rst
docs/index.rst
+21
-1
No files found.
docs/index.rst
Dosyayı görüntüle @
2a17f64f
...
...
@@ -15,6 +15,14 @@ astor -- AST observe/rewrite
astor is designed to allow easy manipulation of Python source via the AST.
.. github display
This file was designed to be viewed at readthedocs_. Some
content will not display properly when viewing using the
github browser.
.. _readthedocs: http://astor.readthedocs.io/en/latest/
Getting Started
---------------
...
...
@@ -65,12 +73,20 @@ areas:
Classes
---------
.. github display
**class CodeToAst**
.. class:: CodeToAst
This is the base class for the helper function code_to_ast.
It may be subclassed, but probably will not need to be.
.. github display
**class TreeWalk**
.. class:: TreeWalk(node=None)
The TreeWalk class is designed to be subclassed in order
...
...
@@ -79,6 +95,10 @@ Classes
at present :(
.. github display
**class ExplicitNodeVisitor**
.. class:: ExplicitNodeVisitor
The ExplicitNodeVisitor class subclasses the ast.NodeVisitor
...
...
@@ -212,7 +232,7 @@ Command line utilities
--------------------------
rtrip
''''''
~~~~~
There is currently one command-line utility::
...
...
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