xref
: /
llvm-project
/
lldb
/
test
/
API
/
commands
/
command
/
source
/
my.py
(revision 2238dcc39358353cac21df75c3c3286ab20b8f53)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
def
date
():
2
import
datetime
3
4
today
=
datetime
.
date
.
today
()
5
print
(
today
)
6