This website requires JavaScript.
Explore
Help
Register
Sign In
Austin
/
dify
Watch
1
Star
0
Fork
0
You've already forked dify
mirror of
https://github.com/langgenius/dify.git
synced
2024-11-16 19:59:50 +08:00
Code
Issues
Actions
3
Packages
Projects
Releases
Wiki
Activity
fb49413a41
dify
/
api
/
tests
/
integration_tests
/
utils
/
parent_class.py
7 lines
124 B
Python
Raw
Normal View
History
Unescape
Escape
generalize helper for loading module from source (#2862)
2024-03-28 11:37:26 +08:00
class
ParentClass
:
def
__init__
(
self
,
name
)
:
self
.
name
=
name
def
get_name
(
self
)
:
chore(api/tests): apply ruff reformat #7590 (#7591) Co-authored-by: -LAN- <laipz8200@outlook.com>
2024-08-23 23:52:25 +08:00
return
self
.
name
Reference in New Issue
Copy Permalink