Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c3afa06

Browse filesBrowse files
committed
fixing object introspection translation
1 parent c34f237 commit c3afa06
Copy full SHA for c3afa06

File tree

Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-3
lines changed
Open diff view settings
Collapse file

‎object_introspection.rst‎

Copy file name to clipboardExpand all lines: object_introspection.rst
+1-3Lines changed: 1 addition & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ Object introspection
33
Na programação de computadores, introspeção é a habilidade de determinar
44
o tipo de um objeto em um tempo de execução. Esse é um dos pontos fortes de Python.
55
Tudo em Python é um objeto e nós podemos examinar esses objetos.
6-
Python
7-
8-
Python ships with a few built-in functions and modules to help us.
6+
Python vem com algumas funções e módulos embutidos para nos ajudar.
97

108
``dir``
119
^^^^^^^^^^^

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.