Skip to content

Commit a4ab1a3

Browse files
author
oleksandr.volha
committed
add func names
1 parent 64e3b87 commit a4ab1a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

uncoder-core/app/translator/core/custom_types/functions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ class FunctionType(CustomEnum):
1515
latest = "latest"
1616

1717
divide = "divide"
18+
multiply = "multiply"
1819

1920
lower = "lower"
2021
split = "split"
@@ -28,6 +29,7 @@ class FunctionType(CustomEnum):
2829
bin = "bin"
2930
eval = "eval"
3031
fields = "fields"
32+
iploc = "iploc"
3133
join = "join"
3234
rename = "rename"
3335
search = "search"

0 commit comments

Comments
 (0)