[gnome-builder/wip/tingping/gjs-indexer: 1/2] gjs-symbols: Fix missing staticmethod
- From: Patrick Griffis <pgriffis src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/tingping/gjs-indexer: 1/2] gjs-symbols: Fix missing staticmethod
- Date: Tue, 12 Sep 2017 02:28:58 +0000 (UTC)
commit 054463e6a8739aaccb323ba27da35f8adb6c4bbe
Author: Patrick Griffis <tingping tingping se>
Date: Mon Sep 11 19:52:40 2017 -0400
gjs-symbols: Fix missing staticmethod
plugins/gjs-symbols/gjs_symbols.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/gjs-symbols/gjs_symbols.py b/plugins/gjs-symbols/gjs_symbols.py
index e631883..474e1bf 100644
--- a/plugins/gjs-symbols/gjs_symbols.py
+++ b/plugins/gjs-symbols/gjs_symbols.py
@@ -134,6 +134,7 @@ class JsSymbolTree(GObject.Object, Ide.SymbolTree):
except KeyError:
return False
+ @staticmethod
def _nodes_from_list(list_, file_):
nodes = []
for i in list_:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]