##// END OF EJS Templates
Bump codecov/codecov-action from 4 to 5 in the actions group (#14593)...
Bump codecov/codecov-action from 4 to 5 in the actions group (#14593) Bumps the actions group with 1 update: https://github.com/codecov/codecov-action

File last commit:

r21637:d1ce07b2
r28979:86a74d8e merge
Show More
mynotebook.ipynb
69 lines | 1.1 KiB | text/plain | TextLexer

My Notebook

In [1]:
def foo():
    return "foo"
In [2]:
def has_ip_syntax():
    listing = !ls
    return listing
In [4]:
def whatsmyname():
    return __name__