Commit 7cdc9572 authored by Tom Niget's avatar Tom Niget

Add links for later

parent 8d55787a
# coding: utf-8 # coding: utf-8
# https://lab.nexedi.com/xavier_thompson/typon-snippets/tree/master/references
class Person: class Person:
name: str name: str
age: int age: int
...@@ -13,7 +14,7 @@ class Person: ...@@ -13,7 +14,7 @@ class Person:
def creer(): def creer():
return Person("jean", 123) return Person("jean", 123)
# todo: https://lab.nexedi.com/xavier_thompson/typon-snippets/blob/master/dot/dot.cpp
if __name__ == "__main__": if __name__ == "__main__":
y = Person y = Person
x = creer() x = creer()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment