This website requires JavaScript.
Explore
Help
Sign In
maddie
/
Velocity
Watch
1
Star
0
Fork
0
You've already forked Velocity
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
543f010470
Velocity
/
core
/
files.py
5 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
basic visual buffer support
2022-03-17 21:47:19 +00:00
def
open_file
(
file_name
)
:
with
open
(
file_name
)
as
f
:
Begin to read in files at startup
2022-03-15 22:12:52 +00:00
lines
=
f
.
readlines
(
)
basic visual buffer support
2022-03-17 21:47:19 +00:00
return
lines
Reference in New Issue
Copy Permalink