OpenGrok
Cross Reference: my.py
xref
: /
external
/
lldb
/
test
/
functionalities
/
command_source
/
my.py
Home
|
History
|
Annotate
|
Download
|
only in
command_source
1
def
date
()
:
2
import
datetime
3
today
=
datetime.date.today
()
4
print
today
5