Flutter Engine
The Flutter Engine
third_party
skia
experimental
bazel_test
print_os.py
Go to the documentation of this file.
1
#!/usr/bin/python3
2
3
'''
4
Copyright 2022 Google LLC
5
6
Use of this source code is governed by a BSD-style license that can be
7
found in the LICENSE file.
8
'''
9
10
import
os
11
import
platform
12
import
sys
13
14
def
main
():
15
print
(
"hello"
, sys.argv)
16
print
(os.name, platform.system(), platform.release())
17
if
len
(sys.argv) > 1:
18
with
open(sys.argv[1],
"w"
)
as
f:
19
f.write(
"created"
)
20
21
22
if
__name__ ==
"__main__"
:
23
main
()
gn.find_headers.len
len
Definition:
find_headers.py:30
main
Definition:
main.py:1
print_os.main
def main()
Definition:
print_os.py:14
run_tests.print
def print(*args, **kwargs)
Definition:
run_tests.py:49
Generated on Sun Jun 23 2024 21:55:56 for Flutter Engine by
1.9.4