tensorflow/tensorflow

View on GitHub
tensorflow/python/ops/data_flow_ops.py

Summary

Maintainability
F
1 wk
Test Coverage

File data_flow_ops.py has 1996 lines of code (exceeds 250 allowed). Consider refactoring.
Open

# Copyright 2017 The TensorFlow Authors. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
Severity: Major
Found in tensorflow/python/ops/data_flow_ops.py - About 5 days to fix

    Function __init__ has 10 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def __init__(self,
    Severity: Major
    Found in tensorflow/python/ops/data_flow_ops.py - About 1 hr to fix

      Function __init__ has 9 arguments (exceeds 4 allowed). Consider refactoring.
      Open

        def __init__(self,
      Severity: Major
      Found in tensorflow/python/ops/data_flow_ops.py - About 1 hr to fix

        Function __init__ has 8 arguments (exceeds 4 allowed). Consider refactoring.
        Open

          def __init__(self,
        Severity: Major
        Found in tensorflow/python/ops/data_flow_ops.py - About 1 hr to fix

          Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
          Open

            def __init__(self,
          Severity: Major
          Found in tensorflow/python/ops/data_flow_ops.py - About 50 mins to fix

            Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
            Open

              def __init__(self,
            Severity: Major
            Found in tensorflow/python/ops/data_flow_ops.py - About 50 mins to fix

              Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
              Open

                def __init__(self,
              Severity: Major
              Found in tensorflow/python/ops/data_flow_ops.py - About 50 mins to fix

                Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
                Open

                  def __init__(self,
                Severity: Major
                Found in tensorflow/python/ops/data_flow_ops.py - About 50 mins to fix

                  Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                    def __init__(self,
                  Severity: Major
                  Found in tensorflow/python/ops/data_flow_ops.py - About 50 mins to fix

                    Function __init__ has 7 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                      def __init__(self,
                    Severity: Major
                    Found in tensorflow/python/ops/data_flow_ops.py - About 50 mins to fix

                      Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                        def __init__(self,
                      Severity: Minor
                      Found in tensorflow/python/ops/data_flow_ops.py - About 45 mins to fix

                        Function __init__ has 6 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                          def __init__(self,
                        Severity: Minor
                        Found in tensorflow/python/ops/data_flow_ops.py - About 45 mins to fix

                          Function apply_grad has 6 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                            def apply_grad(self,
                          Severity: Minor
                          Found in tensorflow/python/ops/data_flow_ops.py - About 45 mins to fix

                            Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                            Open

                              def __init__(self, types, shapes=None, shared_name=None, name="barrier"):
                            Severity: Minor
                            Found in tensorflow/python/ops/data_flow_ops.py - About 35 mins to fix

                              Function insert_many has 5 arguments (exceeds 4 allowed). Consider refactoring.
                              Open

                                def insert_many(self, component_index, keys, values, name=None):
                              Severity: Minor
                              Found in tensorflow/python/ops/data_flow_ops.py - About 35 mins to fix

                                Function take_many has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                Open

                                  def take_many(self,
                                Severity: Minor
                                Found in tensorflow/python/ops/data_flow_ops.py - About 35 mins to fix

                                  Function put has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                  Open

                                    def put(self, key, vals, indices=None, name=None):
                                  Severity: Minor
                                  Found in tensorflow/python/ops/data_flow_ops.py - About 35 mins to fix

                                    Function __init__ has 5 arguments (exceeds 4 allowed). Consider refactoring.
                                    Open

                                      def __init__(self, dtypes, shapes, names, queue_ref):
                                    Severity: Minor
                                    Found in tensorflow/python/ops/data_flow_ops.py - About 35 mins to fix

                                      Function _as_shape_list has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                      def _as_shape_list(shapes,
                                                         dtypes,
                                                         unknown_dim_allowed=False,
                                                         unknown_rank_allowed=False):
                                        """Convert shapes to a list of tuples of int (or None)."""
                                      Severity: Minor
                                      Found in tensorflow/python/ops/data_flow_ops.py - About 35 mins to fix

                                      Cognitive Complexity

                                      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

                                      A method's cognitive complexity is based on a few simple rules:

                                      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
                                      • Code is considered more complex for each "break in the linear flow of the code"
                                      • Code is considered more complex when "flow breaking structures are nested"

                                      Further reading

                                      There are no issues that match your filters.

                                      Category
                                      Status