mirror of
https://github.com/davidhalter/jedi.git
synced 2026-08-15 01:41:00 +08:00
fix datetime.datetime.now() completion for davidhalter/jedi-vim#42
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
class datetime():
|
||||||
|
@staticmethod
|
||||||
|
def now():
|
||||||
|
return datetime()
|
||||||
Reference in New Issue
Block a user