Sign in
chromium
/
external
/
github.com
/
tc39
/
test262
/
refs/heads/iterator-join
/
.
/
tools
/
lint
/
lib
/
eprint.py
blob: d38678e239cc75f2f9d6627966efdb69a686f7a6 [
file
] [
log
] [
blame
] [
edit
]
from
__future__
import
print_function
import
sys
def
eprint
(*
args
,
**
kwargs
):
print
(*
args
,
file
=
sys
.
stderr
,
**
kwargs
)